-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add MLflow logger #87
base: main
Are you sure you want to change the base?
Conversation
Add logger documentation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great improvement. I've made a quick&dirty integration with mlflow in yolov7 repo yolov7-mlflowed but this one looks a lot cleaner.
Hi! Could you provide some examples how to use mlflow logging? Readme description doesn't help me. |
@nikiniki1 More information on MLflow environment variables available: https://mlflow.org/docs/latest/python_api/mlflow.environment_variables.html Currently, it is not possible to directly record tags using environment variables. This could be an interesting feature to add (on the mlflow github directly) Don't hesitate to tell me if it works for you. |
@Youho99 |
@nikiniki1 The logging seems to work correctly since the run is created, but the tracking of metrics poses a problem... Open an issue on my fork, so that we can discuss it more deeply and find the solution to your problem. |
Hi! I use docker create mlflow web server |
Related to the issue #44
Add MLflow logger and a start of loggers documentation